.swiper-button-next, .swiper-button-prev {
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 30px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b60005;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}



.page_a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: #fff;
    color: #666;
    text-decoration: none
}

.page_a:hover {
    text-decoration: none;
    background: #b60005;
    color: #fff;
}

.page_a.current {
     background: #b60005;
    color: #fff
}

.page_a.disabled {
    background: #fff;
    color: #333;
    cursor: not-allowed
}

.page_jump {
    margin-left: 5px
}

.page_input {
    border: 1px solid #d5d5d5;
    line-height: 28px;
    height: 28px;
    width: 40px;
    text-align: center
}


/*新闻列表图标*/
@font-face {
  font-family: 'iconfont';  /* Project id 2906258 */
  src: url('https://at.alicdn.com/t/font_2906258_dmlwvmigm3u.woff2?t=1641873533798') format('woff2'),
       url('https://at.alicdn.com/t/font_2906258_dmlwvmigm3u.woff?t=1641873533798') format('woff'),
       url('https://at.alicdn.com/t/font_2906258_dmlwvmigm3u.ttf?t=1641873533798') format('truetype');
}

table {
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 15px;
  white-space: nowrap;
}

table tr td {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 10px;
    color: #555;
}

table tr:first-child td {
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    background: #b60005;
}



/* table tr:first-child td {
    padding: 15px 20px;
  font-size:18px;
  text-align:center;
  font-weight:bold;
  color:#333;

}*/

@media only screen and (max-width: 768px) {

 .table-box{overflow-x:scroll;}

}


<!--0.00015997886657715-->